Rune wrote in message <3c0f7ffe@news.povray.org>...
>I really need to be able to undefine macros, but it doesn't seem to be
>possible...?
You should be able to "undefine" a macro by redefining it as something like:
#macro mymacro(a,b,c)
/* A macro that does nothing */
#end
--
Mark
Post a reply to this message
|